home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / NotificationMon ƒ / NotificationMon.ƒ / Source / errorDebug.c < prev    next >
Encoding:
Text File  |  1992-06-22  |  76 b   |  5 lines  |  [TEXT/KAHL]

  1. void error(Str255 msg, short err)
  2. {
  3.     asm { move.w    err,d0 }
  4.     DebugStr(msg);
  5. }